home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Deutsche Edition 1
/
Deutsche Edition 1.iso
/
amok
/
081-090
/
amok84
/
reqtools_2.1d
/
glue.lha
/
Glue
/
SAS-C
/
src
/
rtEZRequest.asm
< prev
next >
Wrap
Assembly Source File
|
1991-05-22
|
244b
|
19 lines
SECTION "code",CODE
INCLUDE "reqtools.i"
XDEF _rtEZRequest
_rtEZRequest:
movem.l a2/a3/a4/a6,-(a7)
GETRTBASE
movem.l 20(a7),a1/a2/a3
move.l 32(a7),a0
lea 36(a7),a4
jsr _LVOrtEZRequestA(a6)
movem.l (a7)+,a2/a3/a4/a6
rts
END